home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000203_tim@maths.tcd.ie_Mon Jan 31 13:30:46 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from salmon.maths.tcd.ie by cs.umb.edu with SMTP id AA16916
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Mon, 31 Jan 1994 13:30:46 -0500
  3. Received: from hamilton.maths.tcd.ie by salmon.maths.tcd.ie
  4.            Via SMTP (FibreOptic) id aa13229; 31 Jan 94 18:30 GMT
  5. Subject: NO_FOIL_...
  6. To: tex-k@cs.umb.edu
  7. Date: Mon, 31 Jan 1994 18:30:34 (GMT)
  8. From: Timothy Murphy <tim@maths.tcd.ie>
  9. In-Reply-To: <199401311737.AA01721@ra.cs.umb.edu> from "K. Berry" at Jan 31, 94 12:37:08 pm
  10. X-Mailer: ELM [version 2.4 PL21]
  11. Mime-Version: 1.0
  12. Content-Type: text/plain; charset=US-ASCII
  13. Content-Transfer-Encoding: 7bit
  14. Content-Length: 872       
  15. Message-Id:  <9401311830.aa27779@hamilton.maths.tcd.ie>
  16.  
  17.  
  18. (1) I'm completely baffled by the point of this.
  19. It seems to be included to allow compilation on some obscure system,
  20. but it prevents compilation under Linux (Slackware 1.1.1)
  21. until one adds the compilation flag -D_NO_FOIL_X_WCHAR_T
  22. in the MFwindows Makefile or Makefile.in .
  23.  
  24. (2) configure on Mips fails because of the call to awk.
  25. This goes haywire when it reads a line with an unterminated quote.
  26.  
  27. /CONFIG_FILES=.*/  { print "CONFIG_FILES=${CONFIG_FILES-\"Makefile\"}"
  28.               next }
  29.  
  30. I don't think it is completely clear that this should match the line
  31.  
  32. CONFIG_FILES="xyz \
  33.  
  34. (3) The definition of the TEXINPUTDIR, etc, are very convoluted,
  35. since so many places seem able to add their contributions.
  36. I feel at the least this should be documented in README or INSTALL.
  37. I gave up trying to fight Karl's system,
  38. and just added symbolic links to the actual directories.
  39.  
  40.